From 0f19b57183ee3455db48d9817444eb2b12e6657b Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Tue, 29 Mar 2005 15:05:45 +0000 Subject: [PATCH] Added file type --- intdoc/SA2003_an1_dump.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/intdoc/SA2003_an1_dump.pl b/intdoc/SA2003_an1_dump.pl index 10ec33f78..5bbb690d1 100644 --- a/intdoc/SA2003_an1_dump.pl +++ b/intdoc/SA2003_an1_dump.pl @@ -60,11 +60,14 @@ sub decodeGuid { undef $/; $file = <>; +@filetypes = qw( drawing road trail waypoint track ); + # read file header -($magic, $unk1 ) = shiftunpack( 'ss' ); +($magic, $filetype ) = shiftunpack( 'ss' ); print <